crypto/tls.clientHandshakeStateTLS13.ecdheParams (field)

7 uses

	crypto/tls (current package)
		handshake_client.go#L212: 			ecdheParams: ecdheParams,
		handshake_client_tls13.go#L24: 	ecdheParams ecdheParameters
		handshake_client_tls13.go#L52: 	if hs.ecdheParams == nil || len(hs.hello.keyShares) != 1 {
		handshake_client_tls13.go#L221: 		if hs.ecdheParams.CurveID() == curveID {
		handshake_client_tls13.go#L234: 		hs.ecdheParams = params
		handshake_client_tls13.go#L309: 	if hs.serverHello.serverShare.group != hs.ecdheParams.CurveID() {
		handshake_client_tls13.go#L347: 	sharedKey := hs.ecdheParams.SharedKey(hs.serverHello.serverShare.data)